home *** CD-ROM | disk | FTP | other *** search
- object FormNewAccount: TFormNewAccount
- Left = 423
- Top = 266
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Create a New Profile'
- ClientHeight = 328
- ClientWidth = 432
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 112
- Top = 296
- Width = 75
- Height = 25
- Caption = '< Back'
- Enabled = False
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 192
- Top = 296
- Width = 75
- Height = 25
- Caption = 'Next >'
- Default = True
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 352
- Top = 296
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = Button3Click
- end
- object Panel1: TPanel
- Left = -2
- Top = -2
- Width = 444
- Height = 289
- BevelOuter = bvNone
- TabOrder = 0
- object Page: TPageControl
- Left = 0
- Top = -2
- Width = 444
- Height = 294
- ActivePage = Tab1
- Anchors = [akLeft, akTop, akRight, akBottom]
- TabHeight = 1
- TabOrder = 0
- TabWidth = 1
- OnChange = PageChange
- object Tab1: TTabSheet
- Caption = 'Tab1'
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 401
- Height = 41
- AutoSize = False
- Caption =
- 'This Wizard will help you set up a new profile. A profile is a c' +
- 'ontainer for information about how to connect to a particular se' +
- 'rver. You can have as many different profiles as you like. Pleas' +
- 'e enter a friendly name for this profile.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 24
- Top = 106
- Width = 73
- Height = 17
- AutoSize = False
- Caption = 'Profile Name:'
- end
- object Label3: TLabel
- Left = 32
- Top = 256
- Width = 361
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Please click Next to continue.'
- end
- object Edit_Name: TEdit
- Left = 104
- Top = 104
- Width = 257
- Height = 21
- HelpContext = 1
- TabOrder = 0
- end
- end
- object Tab2: TTabSheet
- Caption = 'Tab2'
- ImageIndex = 1
- object Label4: TLabel
- Left = 32
- Top = 256
- Width = 361
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Please click Next to continue or Back to make changes.'
- end
- object Label5: TLabel
- Left = 24
- Top = 106
- Width = 73
- Height = 17
- AutoSize = False
- Caption = 'Host Address:'
- end
- object Label6: TLabel
- Left = 16
- Top = 16
- Width = 393
- Height = 41
- AutoSize = False
- Caption =
- 'Please enter the host address and choose the type of server the ' +
- 'host is. If you are not sure of the server type, choose other. Y' +
- 'ou can make changes to profiles using the Profile Manager.'
- WordWrap = True
- end
- object Label13: TLabel
- Left = 24
- Top = 144
- Width = 73
- Height = 17
- AutoSize = False
- Caption = 'Server Type:'
- end
- object Edit_Host: TEdit
- Left = 104
- Top = 104
- Width = 257
- Height = 21
- HelpContext = 4
- TabOrder = 0
- end
- object ComboServer: TComboBox
- Left = 104
- Top = 144
- Width = 257
- Height = 21
- HelpContext = 5
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- Items.Strings = (
- 'Standard Unix Type'
- 'Apple Unix Type'
- 'DOS Type'
- 'MVS Multi-Net Type'
- 'AS400 Type'
- 'Other (Unknown Type)'
- ' ')
- end
- end
- object TabSheet1: TTabSheet
- Caption = 'TabSheet1'
- ImageIndex = 2
- object Label7: TLabel
- Left = 24
- Top = 106
- Width = 73
- Height = 17
- AutoSize = False
- Caption = 'User Name:'
- end
- object Label8: TLabel
- Left = 32
- Top = 256
- Width = 361
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Please click Next to continue or Back to make changes.'
- end
- object Label9: TLabel
- Left = 32
- Top = 140
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Password:'
- end
- object Label10: TLabel
- Left = 16
- Top = 16
- Width = 393
- Height = 49
- AutoSize = False
- Caption =
- 'Please enter your user name and password. If you want to logon t' +
- 'o a server anonymously, check the anonymous box and use your ema' +
- 'il address as the password.'
- WordWrap = True
- end
- object Edit_User: TEdit
- Left = 104
- Top = 104
- Width = 257
- Height = 21
- HelpContext = 2
- TabOrder = 0
- end
- object Edit_Pass: TEdit
- Left = 104
- Top = 138
- Width = 257
- Height = 21
- HelpContext = 3
- PasswordChar = '*'
- TabOrder = 1
- end
- object CheckAnon: TCheckBox
- Left = 104
- Top = 168
- Width = 97
- Height = 17
- HelpContext = 7
- Caption = 'Anonymous'
- TabOrder = 2
- OnClick = CheckAnonClick
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'TabSheet2'
- ImageIndex = 3
- object Label11: TLabel
- Left = 32
- Top = 140
- Width = 65
- Height = 17
- AutoSize = False
- Caption = 'Proxy Name:'
- end
- object Label12: TLabel
- Left = 25
- Top = 16
- Width = 385
- Height = 49
- AutoSize = False
- Caption =
- 'Check the "Use Passive Mode" box if you would like this account ' +
- 'to be passive. If the server requires a proxy, please check the ' +
- 'proxy box and enter the name for the proxy. If there is no proxy' +
- ', leave blank. Click Finish to create the profile.'
- WordWrap = True
- end
- object CheckProxy: TCheckBox
- Left = 104
- Top = 112
- Width = 97
- Height = 17
- HelpContext = 8
- Caption = 'Uses Proxy'
- TabOrder = 0
- OnClick = CheckProxyClick
- end
- object Edit_Proxy: TEdit
- Left = 104
- Top = 138
- Width = 257
- Height = 21
- HelpContext = 9
- Color = clBtnFace
- Enabled = False
- PasswordChar = '*'
- TabOrder = 1
- end
- object CheckPassive: TCheckBox
- Left = 104
- Top = 80
- Width = 113
- Height = 17
- HelpContext = 6
- Caption = 'Use Passive Mode'
- TabOrder = 2
- end
- end
- end
- end
- object ButHelp: TButton
- Left = 272
- Top = 296
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 4
- OnClick = ButHelpClick
- end
- end
-